home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Convert / c-integer-to-symbol < prev    next >
Text File  |  1998-08-11  |  450b  |  13 lines

  1. c-integer-to-symbol integer 
  2.  
  3. This conversion function enables integers to be converted into symbols on a scale where integer zero (0) is symbol a. Note that it is able to act on atoms, lists and multiple-lists.
  4.  
  5. (c-integer-to-symbol 45)
  6. => \n
  7.  
  8. (c-integer-to-symbol '(-8 -9 -6 11 2 -8 -11 11 -11 1 1 -5))
  9. => (-i -j -g l c -i -l l -l b b -f)
  10.  
  11. (c-integer-to-symbol '((-8 -9 -6 11) (2 -8 -11 11) (-11 1 1 -5)))
  12. => ((-i -j -g l) (c -i -l l) (-l b b -f))
  13.